home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1999 July
/
Software of the Month - Ultimate Collection Shareware 263.iso
/
pc
/
Xtras
/
Behavior Library.cst
/
00040_Script_Video Stop
< prev
next >
Wrap
Text File
|
1997-11-17
|
734b
|
26 lines
-- Video Stop MouseUp
-- behavior library version 1.1
-- a control
property videoSprite -- the sprite number that is getting controlled
on mouseUp me
set the movieRate of sprite the VideoSprite of me = 0
end
---
on getPropertyDescriptionList
set p_list = [ #videoSprite: [ #comment: "Video Sprite Channel:", #format: #integer, #default: 1 ] ]
return p_list
end
on getBehaviorDescription
return "Stops a digital video playing in the current frame. Attach to a button with the appropriate label." & RETURN & "PARAMETERS:" & RETURN & "ò Video Sprite - Enter number of the sprite channel in which the video is displayed."
end